ISLEAPYEAR
Returns a Boolean value (TRUE or FALSE) which determine whether a year input is a leap year or not.
TRUE means the year input is a leap year, and vice versa.
Syntax
ISLEAPYEAR(year_input)
year_input - the 4-digit year to be considered.
Example
ISLEAPYEAR(2000) returns TRUE
ISLEAPYEAR(2001) returns FALSE
ISLEAPYEAR(1900) returns FALSE
[ ©2000-2001, Edwin H. B. Tam, All rights reserved ]